/**
 * @name: style.css
 * @description: CSS样式
 * @author: 527847300@qq.com
 * @update: 2020-5-21
 */
.wrapWidth {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;  

}
.page { 
    width: 100%;    
}
.page .pagination {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.page .pagination li {
    width: 30px;
    height: 30px;
    border: 1px solid #F0F0F0;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    color: #999999;
    border-radius: 2px;
}
.page .pagination li a {
    color: #999999;
}
.page .pagination li:last-child{
    margin-right: 0px;
}
.page .pagination .active {
    background: #F65D00;
    border: 1px solid #F65D00;
    color: #fff;
}
.newWidth {
    position: relative;
    width: 100%;
    max-width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
}
.indexProductTab {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.news_con {
    width: 1200px;
    height: auto;
    margin: 10px auto 50px auto;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
}
.news_con .left {
    width: 355px;
}
.news_con .left .new_list {
    width: 100%;
    height: 220px;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:flex-start;
}
.news_con .left .new_list img {
    width: 275px;
    height: 184px;
}
.news_con .left .new_list .time {
    width: 78px;
    font-size: 14px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.news_con .left .new_list .time p {
    width: 45px;
    text-align: right;
    display: block;
}
.news_con .left .new_list .pic {
    width: 275px;
}
.news_con .left .new_list .pic a {
    width: 100%;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 18px;
}
.news_con .right {
    width: 770px;
    height: auto;
}


.news_con .right ul li {
    width: 100%;
    height: 120px;
    border-bottom:1px dashed #C2C2C2;
    position: relative;
    transition: all .5s;
    background: #f4f4f4;
    padding: 0px 20px;
}


.news_con .right ul li::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #F65D00;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .8s;
    z-index: 0;
}

.news_con .right .right_title {
 
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.news_con .right .right_desc {
 
    position: relative;
    z-index: 1;
    transition: all .5s;
}


.news_con .right li:hover .right_title a{
    color: #fff!important;
}

.news_con .right li:hover .right_desc {
    color: rgb(202, 189, 189)!important;
}


.news_con .right li:hover::after {
    width: 100%;
}








.news_con .right .right_title {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    line-height: 40px;
    color: #333;
    font-size: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.news_con .right .right_title h2{
	font-weight: 600;
}
.news_con .right .right_title div {
	width: 100px;
    height: 32px;
    text-align: right;
    font-size: 14px;
    line-height: 32px;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}
.news_con .right .right_title a {
    color: #333333;
    font-size: 16px;
}
.news_con .right .right_desc {
    color: #888888;
    line-height: 30px;
    font-size: 13px;
}
.news_con .right .more {
    width: 40px;
    height: 25px;
    margin: 25px 0px 0px 5px;
    display: block;
}
.wap_news {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.wap_news .news_title{
    color: #353744;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}
.wap_news ul li {
    width: 95%;
    margin: 0 auto 10px auto;
    border-bottom: 1px dashed #DCDCDC;
}
.wap_news ul li .time {
    width: 100%;
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
    align-items:center;
    color: #A0A0A0;
    font-size: 14px;
    line-height: 200%;
    margin-bottom: 10px;
}
.wap_news ul li .time img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.wap_news ul li a {
    color: #222222;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 5px;
}
.wap_news ul li .desc {
    color: #666666;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
}
.wap{
    display: none;
}
@media screen and (max-width: 1200px) {
    .wrapWidth {
        margin: 0 20px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .wrapWidth {
        margin: 0 15px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
}

.head {
    height: 135px;
    padding-top: 16px;
}

.headLogo {
    float: left;
    margin-left: 75px;
}

.headTel {
    float: right;
}

.headSearch {
    margin: 15px 80px 0 0;
    width: 380px;
}

.headSearchInner {
    float: left;
    width: 75%;
    border: #ddd solid 1px;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    height: 38px;
    padding: 0 10px;
}

.headSearchSubmit {
    float: left;
    width: 25%;
    text-align: center;
    color: #fff;
    border: none;
    height: 38px;
    border-radius: 0 4px 4px 0;
    background: #E95E00
}

.headSearchSubmit i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/iconsearch.png) no-repeat;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.headTel {
    background: url(../images/icontel.png) no-repeat left center;
    padding-left: 45px;
    line-height: 1;
    margin-top: 15px;
}

.headTel dd {
    font-size: 24px;
}

@media screen and (max-width: 1024px) {
    .headSearch {
        width: 260px;
    }
    .headLogo img {
        width: 300px;
        height: 75px;
        width: auto;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .head {
        height: 88px;
        padding-top: 0;
    }
    .head .wrapWidth {
        margin: 0;
        height: 100%;
    }
    .headTel {
        display: none;
    }
    .headSearch {
        display: none;
    }
    .headLogo {
        display: block;
        float: none;
        margin: 12px auto 0;
        /* width: 220px; */
    }
    .phoneSearchIcon {
        display: block;
        width: 88px;
        height: 88px;
        background: url(../images/headiconsearch.png) no-repeat center;
        background-size: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .phoneSearchIcon.active {
        background-image: url(../images/headnavclose.png);
        background-color: #F65D00;
    }
    .phoneSearch {
        padding: 15px;
        background: #F65D00;
        overflow: hidden;
    }
    .phoneSearchInner {
        float: left;
        width: 75%;
        border: #ddd solid 1px;
        border-right: 0;
        border-radius: 4px 0 0 4px;
        height: 38px;
        padding: 0 10px;
    }
    .phoneSearchSubmit {
        float: left;
        width: 25%;
        text-align: center;
        color: #fff;
        border: none;
        height: 38px;
        border-radius: 0 4px 4px 0;
        background: #AB5000;
    }
    .phoneSearchSubmit i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../images/iconsearch.png) no-repeat;
        vertical-align: text-bottom;
        margin-right: 5px;
    }
}

@media screen and (max-width: 460px) {
    .head {
        height: 44px;
        padding-top: 0;
    }
    .headLogo {
        width: auto;
        margin-top: 7px;
    }
    .headLogo img {
        width: 200px;
        height: 50px;
        margin-top: 0;
    }
    .phoneSearch {
        padding: 10px 15px;
        overflow: hidden;
    }
    .phoneSearchInner {
        height: 32px;
    }
    .phoneSearchSubmit {
        height: 32px;
    }
}

.nav {
    background: #F65D00;
    height: 44px;
    position: relative;
    z-index: 10;
  
}

.nav .wrapWidth {
    background: url(../images/navitemline.png) no-repeat right center;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.navItem {
    float: left;
    width: 200px;
    width: calc( 100% / 6 - 1px);
    height: 44px;
    text-align: center;
    background: url(../images/navitemline.png) no-repeat left center;
}

.navItem h2 {
    line-height: 44px;
}

.navItem h2 a {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    display: block;
    line-height: 44px;
}

.navItem h2 a:hover {
    background: #E45600;
}

.navItem h2 a.active {
    background: #E45600;
}

.navItem ul {
    background: #E45600;
    margin-left: -1px;
    display: none;
    border-radius: 0 0 4px 4px;
}
.navItem ul li {
    /* width: 402px; */
    position: relative;
}
.navItem ul ol {
    position: absolute;
    width: 201px;
    background: #E45600;
    display: none;
    top: 0;
    left: 201px;
}
.navItem ul li a {
    width: 201px;
    display: block;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
}

.navItem ul li a:hover {
    background: #CC4E01;
}

.headNav {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .6);
}

.headNavIcon {
    background: url(../images/headnavicon.png) no-repeat center;
    background-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.headNavIcon img {
    width: 50px;
    height: 50px;
    color: #fff;
    margin-top: 20px;
    margin-left: 20px;
}

.headNavCont {
    position: fixed;
    width: 100%;
    right: 100%;
    top: 0;
    bottom: 0;
    z-index: 99;
    transition: right .5s;
}

.headNavCont.active {
    right: 0;
    transition: right .5s;
}

.headNavMask {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}

.headNavMenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: #222;
    box-sizing: border-box;
    padding: 0 30px;
}

.headNavMenu h3 {
    font-size: 20px;
    font-weight: normal;
    color: #999;
    height: 88px;
    line-height: 88px;
    border-bottom: rgba(255, 255, 255, 0.05) solid 1px;
}

.headNavMenu ul {
    height: calc(100% - 54px);
    overflow-y: scroll;
}

.headNavMenu::-webkit-scrollbar {
    display: none
}

.headNavMenu ul li {
    border-bottom: rgba(255, 255, 255, 0.05) solid 1px;
    position: relative;
    font-size: 18px;
}

.headNavMenu ul li i {
    display: block;
    background: url(../images/iconplusw.png) no-repeat center;
    background-size: 12px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: .6;
    cursor: pointer;
}

.headNavMenu ul li i.active {
    background-image: url(../images/iconminusw.png);
}

.headNavMenu ul li a {
    color: #ddd;
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
}

.headNavMenu ul li a:active {
    background: #111;
}

.headNavMenu .headNavSub {
    padding-bottom: 10px;
    display: none;
}

.headNavMenu .headNavSub a {
    height: 40px;
    line-height: 40px;
    padding-left: 24px;
    background: url(../images/lidot.gif) no-repeat 12px center;
}
.headNavMenu .headNavSub ol {
    display: none;
}

.headNavClose {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 20px;
    right: calc(10% - 24px);
    background: url(../images/headnavclose.png) no-repeat center;
    background-size: 32px 32px;
}

@media screen and (max-width: 768px) {
    .nav {
        display: none;
    }
    .headNav {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .headNav {
        display: block;
        width: 54px;
        height: 44px;
        top: 0;
        left: 0;
    }
    .headNavIcon {
        background-size: 24px;
    }
    .headNavMenu h3 {
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }
    .headNavMenu ul li {
        font-size: 16px;
    }
    .headNavMenu ul li a {
        height: 48px;
        line-height: 48px;
    }
    .headNavMenu ul li i {
        top: 4px;
        background-size: 10px;
    }
    .headNavClose {
        background-size: 24px 24px;
        top: 5px;
    }
    .phoneSearchIcon {
        width: 44px;
        height: 44px;
        background-size: 22px;
    }
}

.foot {
    background: #f5f5f5;

}

.footInner {
    padding: 35px 0;
    overflow: hidden;
}

.footMenu {
    float: left;
    width: 63%;
    color: #2A5A9C!important;
    display:flex;
flex-direction:row;
justify-content:space-between;
align-items:flex-start;
}
.footMenu a{
    color: #2A5A9C!important;
}

.footMenu dl {
    float: left;
    width: auto;
}

.footMenu dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footMenu dl dd {
    font-size: 16px;
    line-height: 26px;
}

.footErweima {
    float: right;
    width: 30%;
    color: #2A5A9C!important;
}


.footErweima li {
    float: left;
    text-align: center;
    width: 37%;
}

.footErweima li:first-child {
    margin-right: 26%;
}

.footErweima li img {
    display: block;
    width: 100%;
}

.footIcp {
    background: #F65D00;
    text-align: center;
    color: #fff;
    line-height: 1.7;
    padding: 15px 0;
}

.footIcp p {
    display: inline-block;
}

.footIcp a {
    color: #d2d2d4;
}

.footIndex {
    margin-top: -132px;
    padding-top: 200px;
}

.footIndex .footInner {
    border-top: #dcdcdc solid 1px;
}

#backTop {
    background: rgba(0, 0, 0, 0.5) url(../images/iconright.png) no-repeat center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    background-size: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    right: 10px;
    bottom: 68px;
    display: none;
    cursor: pointer;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .footIndex {
        margin-top: -150px;
        /* padding-top: 140px; */
    }
    .footErweima {
        display: none;
    }
    .footMenu {
        width: 100%;
    }
    .footMenu dl dt {
        font-size: 18px;
    }
    .footMenu dl dd {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .footInner {
        display: none;
    }
    .footIndex {
        margin-top: -118px;
        padding-top: 150px;
    }
    .footMenu {
        display: none;
    }
    .footIndex .footInner {
        margin: 0 15px;
        padding: 24px 0;
        border: none;
    }
    .footMenu dl {
        /* padding: 0 10px; */
        float: none;
        width: 100%;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .footMenu dl dt {
        margin-bottom: 0;
        padding-bottom: 5px;
        border-bottom: #ddd solid 1px;
    }
    .footMenu dl dd {
        float: left;
        
        padding: 8px 20px 0 0;
        line-height: 1.3;
    }
    .footIcp {
        padding: 10px 0;
        font-size: 10px;
    }
}

.indexBanner .swiper-slide img {
    width: 100%;
}

.indexBanner .swiper-pagination-bullet{
    border: #fff solid 1px;
}

.indexBanner .swiper-pagination-bullet-active {
    border: #F65D00 solid 1px;
    background: #F65D00;
}

.indexBanner .swiper-button-next, .indexBanner .swiper-button-prev {
    opacity: .4;
}

.indexBanner .swiper-button-next:hover, .indexBanner .swiper-button-prev:hover {
    opacity: .8;
}

.indexBanner .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.indexBanner .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.indexAbout {
    padding-bottom: 90px;
}

.indexCompany {
    text-align: center;
    max-width: 868px;
    padding: 70px 20px 50px;
    margin: 0 auto;
}

.indexCompany h2 {
    font-size: 32px;
    color: #353744;
    font-weight: normal;
    margin-bottom: 20px;
}

.indexCompany h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #374c9e;
    margin: 20px auto 0;
}

.indexCompany p {
    font-size: 16px;
    line-height: 30px;
    color: #7e839f;
}

.indexIndustry a {
    float: left;
    display: block;
    width: 188px;
    text-align: center;
    margin-right: calc((100% - 752px)/3);
}

.indexIndustry a:last-child {
    margin-right: 0;
}

.indexProduct {
    position: relative; 
    padding: 60px 0 50px;
}
.indexProductTitle{
    text-align: center;
    margin-bottom: 20px;
}
.indexProductTitle::after{
    content: '';
    width: 50px;
    height: 5px;
    background: #F65D00;
    display: block;
    margin: 0 auto;
}
.indexProductTitle h2 {
    color: #353744;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 15px;
}

.indexProductTitle p {
    font-size: 16px;
    line-height: 28px;
}

.indexProductTab li {
    float: left;
    width: 126px;
    height: 45px;
    border: #999999 solid 1px;
    color: #333333;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    border-radius: 4px;
    margin-left: 5px;
    cursor: pointer;
    opacity: .7;
}

.indexProductTab li:hover {
    opacity: 1;
}

.indexProductTab li.on {
    border: #F65D00 solid 1px;
    color: #F65D00;
    opacity: 1;
}

.indexProductList {
    margin-top: 60px;
}

.indexProductThumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
    border: transparent solid 2px;
    transition: all .5s;
}

.indexProductThumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}

.indexProductList .swiper-slide h3 {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    left: 2px;
    bottom: 2px;
    width: calc(100% - 4px);
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.indexProductList .swiper-slide:hover .indexProductThumb {
    border-color: #F65D00;
}

.indexProductList .swiper-slide:hover .indexProductThumb img {
    transform: scale(1.1);
}

.indexProductList .swiper-container {
    padding-bottom: 85px;
}

.indexProductList .swiper-button-prev {
    width: 60px;
    height: 25px;
    background: url(../images/iconproductleft.png) no-repeat center;
    left: 5px;
    top: auto;
    bottom: 0;
    opacity: .7;
}

.indexProductList .swiper-button-prev:hover {
    opacity: 1;
}

.indexProductList .swiper-button-next {
    width: 60px;
    height: 25px;
    background: url(../images/iconproductright.png) no-repeat center;
    left: 80px;
    top: auto;
    bottom: 0;
    opacity: .7;
}

.indexProductList .swiper-button-next:hover {
    opacity: 1;
}

.indexProductList .swiper-button-next.swiper-button-disabled, .indexProductList .swiper-button-prev.swiper-button-disabled {
    opacity: .3;
}

.indexProductMore {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #c5c8d9;
}

.indexProductMore:hover {
    color: #fff;
}

.indexService {
    padding: 80px 0;
    overflow: hidden;
}

.indexServiceTitle {
    text-align: center;
    max-width: 688px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.indexServiceTitle h2 {
    font-size: 32px;
    color: #353744;
    font-weight: normal;
    margin-bottom: 20px;
}

.indexServiceTitle p {
    font-size: 16px;
    line-height: 28px;
    color: #7e839f;
}

.indexServiceIcon {
    background: url(../images/indexservicebg.jpg) no-repeat center top;
    background-size: 100%;
    width: 58%;
    padding-top: 110px;
}

.indexServiceIcon ul {
    text-align: center;
}

.indexServiceIcon ul li {
    display: inline-block;
    margin: 0 4%;
    font-size: 24px;
    color: #5b5c80;
}

.indexServiceIcon ul li img {
    display: block;
    margin: 0 auto;
}

.indexServiceIcon dl {
    width: 80%;
    margin: 50px auto 0;
    padding: 30px 40px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    line-height: 26px;
    color: #666;
}

.indexServiceIcon dl dt {
    font-size: 18px;
}

.indexServiceIcon dl dd {
    font-size: 14px;
}

.indexServiceItem {
    position: relative;
    width: 38%;
    height: 420px;
    background: #fff;
    border: #f4f4f4 solid 1px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.indexServiceItemBg {
    background: #F65D00;
    position: absolute;
    left: 0;
    top: 140px;
    width: 100%;
    height: 140px;
    transition: top .5s ease;
}

.indexServiceItem a {
    position: relative;
    display: block;
    height: 140px;
    color: #5b5c80;
    padding: 0 30px;
    transition: color .5s ease;
}

.indexServiceItem a.active {
    color: #fff;
}

.indexServiceItem a h3 {
    font-size: 28px;
    font-weight: normal;
    padding-top: 35px;
    margin-bottom: 8px;
}

.indexServiceItem a p {
    font-size: 16px;
}

.indexServiceItem a i {
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 60px;
    color: #ccc;
    opacity: .2;
}

.indexServiceItem a.indexSErviceItemMore {
    font-size: 28px;
    line-height: 140px;
    padding-right: 0;
}

.indexSErviceItemMore::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(../images/indexservicemore.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: text-bottom;
    margin-left: 10px;
    transition: all .5s ease;
}

.indexSErviceItemMore:hover::after {
    background-image: url(../images/indexservicemorehover.png);
    margin-left: 30px;
}

.indexContact {
    background: url(../images/indexcontactbg.jpg) no-repeat center top;
    padding-top: 75px;
    height: 390px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.indexContactItem {
    text-align: center;
    font-size: 0;
}

.indexContactItem li {
    display: inline-block;
    width: 33.3%;
    font-size: 18px;
    color: #fff;
    vertical-align: top;
}

.indexContactItem li a {
    color: #fff;
}

.indexContactItem li img {
    margin-bottom: 15px;
}

.indexNews {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    max-width: 1012px;
    margin: 0 auto;
    padding: 35px 110px;
}

.indexNews h3 {
    font-size: 26px;
    color: #353744;
    font-weight: normal;
    text-align: center;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexNewsTime {
    text-align: center;
    color: #7e839f;
}

.indexNewsIntro {
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.indexNews .swiper-slide:hover h3 {
    color: #F65D00;
}

.indexNews .swiper-pagination-bullet-active {
    background: #F65D00;
}

@media screen and (max-width: 1024px) {
    .indexIndustry a img {
        width: 120px;
    }
    .indexServiceItem a h3 {
        font-size: 24px;
    }
    .indexServiceItem a p {
        font-size: 14px;
    }
    .indexSErviceItemMore {
        font-size: 24px;
    }
    .indexServiceIcon ul li img {
        width: 88px;
        height: 88px;
    }
    .indexNews {
        margin: 0 20px;
    }
}

@media screen and (max-width: 820px) {
    .indexIndustry a img {
        width: 100px;
    }
    .indexIndustry a {
        width: 160px;
        margin-right: calc((100% - 640px)/3);
    }
    .indexIndustry a p {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #indexBannerPc {
        display: none;
    }
    #indexBannerPhone {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .indexBanner .swiper-button-next, .indexBanner .swiper-button-prev {
        display: none;
    }
    .indexCompany {
        padding: 40px 20px 20px;
    }
    .indexCompany h2 {
        font-size: 28px;
    }
    .indexIndustry a {
        width: 88px;
        margin-right: calc((100% - 352px)/3);
    }
    .indexIndustry a img {
        width: 88px;
    }
    .indexProduct::before {
        display: none;
    }
    .indexProductTab li {
        color: #333;
        opacity: 1;
        border-width: 2px;
        border: none;
    }
    .indexProductTab li.on {
        border-color: transparent;
        border-width: 2px;
        border-bottom-color: #F65D00;
        color: #F65D00;
        border-radius: 0;
    }
    .indexProductList {
        margin-top: 40px;
    }
    .indexProductList .swiper-button-prev, .indexProductList .swiper-button-next {
        display: none;
    }
    .indexProductList .swiper-pagination {
        bottom: 50px;
    }
    .indexProductList .swiper-pagination-bullet-active {
        background: #F65D00;
    }
    .indexProductList .swiper-slide h3 {
        font-size: 12px;
        line-height: 24px;
        height: 24px;
    }
    .indexProductMore {
        border: #707070 solid 1px;
        color: #353744;
        width: 100px;
        height: 28px;
        line-height: 28px;
        border-radius: 4px;
        text-align: center;
        left: calc(50% - 51px);
    }
    .indexProductMore:hover {
        background: #353744;
    }
    .indexService {
        padding: 50px 0 0;
    }
    .indexService .wrapWidth {
        margin: 0;
    }
    .indexServiceTitle {
        margin-bottom: 10px;
    }
    .indexServiceIcon {
        float: none;
        width: calc(100% - 15px);
        padding-top: 42px;
        margin-bottom: 50px;
        background-size: 80%;
    }
    .indexServiceItem {
        float: none;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .indexServiceItem a {
        width: calc(100% / 3);
        float: left;
        padding: 0 20px;
    }
    .indexServiceItemBg {
        width: calc(100% / 3);
        top: 0;
        left: calc(100% / 3);
        transition: left .5s ease;
    }
    .indexServiceItem a h3 {
        font-size: 20px;
    }
    .indexServiceItem a p {
        font-size: 12px;
    }
    .indexServiceItem a.indexSErviceItemMore {
        font-size: 20px;
    }
    .indexSErviceItemMore::after {
        width: 24px;
        height: 24px;
    }
    .indexServiceItem a i {
        font-size: 40px;
        right: 20px;
        top: 10px;
    }
    .indexContactItem li {
        padding: 0 3%;
    }
    .indexContactItem li img {
        width: 88px;
        height: 88px;
    }
    .indexNews {
        padding: 35px;
    }
    .indexNews h3 {
        font-size: 24px;
    }
    .indexNewsIntro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}

@media screen and (max-width: 640px) {
    .indexProductTitle p {
        display: none;
    }
    .indexContactItem li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 460px) {
    
    .indexAbout {
        padding-bottom: 40px;
    }
    .indexCompany {
        padding: 25px 15px 8px;
    }
    .indexCompany h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .indexCompany h2:after {
        width: 50px;
        height: 2px;
        margin-top: 12px;
    }
    .indexCompany p {
        font-size: 14px;
        line-height: 1.7;
    }
    .indexIndustry a {
        width: 60px;
        margin-right: calc((100% - 240px)/3);
    }
    .indexIndustry a img {
        width: 54px;
    }
    .indexProduct {
        padding: 30px 0 40px;
    }
    .indexProductTitle {
        float: none;
        text-align: center;
    }
    .indexProductTitle h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .indexProductTab {
        float: none;
        text-align: center;
    }
    .indexProductTab li {
        float: none;
        display: inline-block;
        border: none;
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        width: 100px;
        margin: 0 5px;
    }
    .indexProductList .swiper-container {
        padding-bottom: 100px;
    }
    .indexProductList .swiper-button-prev {
        left: auto;
        right: 50%;
        bottom: 50px;
    }
    .indexProductList .swiper-button-next {
        left: 50%;
        bottom: 50px;
    }
    .indexServiceTitle {
        padding: 0 15px;
    }
    .indexServiceIcon {
        padding-top: 10px;
    }
    .indexServiceIcon dl {
        width: 88%;
        margin-top: 30px;
        padding: 20px 30px;
    }
    .indexServiceIcon dl dd {
        line-height: 1.4;
        margin-top: 5px;
    }
    .indexServiceIcon ul li {
        font-size: 18px;
    }
    .indexServiceIcon ul li img {
        width: 64px;
        height: 64px;
    }
    .indexServiceTitle h2 {
        font-size: 24px;
    }
    .indexServiceTitle p {
        font-size: 14px;
        line-height: 24px;
    }
    .indexServiceItem a {
        height: 78px;
        padding: 0 10px;
    }
    .indexServiceItem a h3 {
        font-size: 14px;
        padding-top: 15px;
        margin-bottom: 5px;
    }
    .indexServiceItem a p {
        font-size: 8px;
    }
    .indexServiceItem a i {
        font-size: 30px;
        right: 15px;
        top: 5px;
    }
    .indexServiceItem a.indexSErviceItemMore {
        font-size: 14px;
        background: url(../images/indexserviceplus.png) no-repeat center calc(45% - 5px);
        background-size: 30px;
        padding: 0;
        text-align: center;
        line-height: 130px;
    }
    .indexSErviceItemMore::after {
        display: none;
    }
    .indexContactItem li p {
        font-size: 12px;
    }
    .indexContactItem li a {
        color: #fff;
    }
    .indexContact {
        padding-top: 50px;
        padding-bottom: 10px;
        height: auto;
    }
    .indexContactItem {
        margin: 0 0 50px;
        overflow: hidden;
    }
    .indexContactItem li img {
        width: 62px;
        height: 62px;
    }
    .indexNews h3 {
        font-size: 18px;
    }
    .indexNewsIntro {
        font-size: 12px;
        line-height: 1.7;
        margin: 10px 0 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
}

/* 内页公用 */

.pageBanner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    padding-top: 150px;
}

.pageBannerInner {
    position: relative;
    color: #fff;
}

.pageBannerText {
    position: absolute;
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    opacity: .08;
}

.pageBannerInner h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 2.5;
    opacity: 0.75;
}

.pageBannerInner i {
    display: none!important;
    width: 40px;
    height: 2px;
    background: #fff;
}

.pageBannerInner p {
    font-size: 16px;
    color: #f8f8f8;
    margin-top: 15px;
}

.pageGuide {
    position: relative;
}

.pageCrumb {
    padding: 15px 0;
    background: #f8f8f8;
    height: 49px;
}

.pageCrumb .wrapWidth {
    background: url(../images/iconhome.png) no-repeat left center;
    padding-left: 20px;
}

.pageMenu {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -600px;
}

.pageMenu li {
    float: left;
    font-size: 16px;
}

.pageMenu li a {
    display: block;
    height: 49px;
    line-height: 49px;
    border-bottom: transparent solid 2px;
    margin: 0 15px;
    padding: 0 5px;
}

.pageMenu li a:hover {
    color: #F65D00;
}

.pageMenu li a.active {
    border-bottom: #F65D00 solid 2px;
    color: #F65D00;
}

.pageDetail {
    padding-top: 10px;
    overflow: hidden;
}

.pageDetailTitle {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    padding: 20px 0;
}

.pageDetailNews {
    text-align: center;
    margin-bottom: 25px;
}

.pageDetailNews li {
    display: inline-block;
    margin: 0 20px;
    color: #666;
}

.pageDetailContent {
    border-top: #F65D00 dotted 1px;
    line-height: 1.7;
    font-size: 16px;
    padding: 20px 0;
}

.pageTurn {
    text-align: center;
    line-height: 32px;
   
    padding-bottom: 20px;
    display:flex;
flex-direction:row;
justify-content:center;
align-items:center;
}

.pageTurn li {
    display: inline-block;
    width: 34px;
    height: 32px;
    border: #353744 solid 1px;
    margin: 0 5px;
    overflow: hidden;
    color: #333;
}
.pageTurn .active span {
    width: 100%;
    height: 100%;
   color: #fff;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
  
}

.pageTurn li a{
     width: 100%;
     height: 100%;
     display:flex;
flex-direction:row;
justify-content:center;
align-items:center;
}

.pageTurn li:hover, .pageTurn .active {
    background: #F65D00;
    border-color: #F65D00;
    color: #fff;
}

.pageTurn .pageTurnPrev, .pageTurn .pageTurnNext {
    width: 69px;
}

.searchEmpty {
    text-align: center;
    padding: 50px 0;
}

.searchEmpty p {
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .pageMenu {
        right: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .pageBanner {
        height: 300px;
        padding-top: 100px;
    }
}

@media screen and (max-width: 768px) {
    .pageBanner {
        height: 260px;
        padding-top: 100px;
    }
    .pageBannerText {
        font-size: 44px;
    }
    .pageBannerInner h2 {
        font-size: 24px;
        line-height: 1.9;
    }
    .pageDetailTitle {
        font-size: 20px;
        padding: 10px 0;
    }
    .pageDetailNews li {
        margin: 0 5px;
    }
    .pageDetailContent {
        padding: 10px 0;
        font-size: 14px;
    }
    .pageDetailContent img {
        width: 100%;
        object-fit: cover;
    }
    .pageMenu {
        position: relative;
        right: auto;
        text-align: center;
        margin-top: 20px;
    }
    .pageMenu li {
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 460px) {
    .pageBanner {
        height: 160px;
        padding-top: 40px;
    }
    .pageBannerInner h2 {
        font-size: 22px;
    }
    .pageBannerInner p {
        font-size: 12px;
    }
    .pageTurn {
        line-height: 26px;
    }
    .pageTurn * {
        font-size: 12px;
    }
    .pageTurn a {
        width: 28px;
        height: 28px;
    }
    .searchEmpty img {
        width: 80%;
    }
}

/* 行业应用 */

.industryList {
    padding-top: 20px;
}

.industryList li {
    padding: 40px 0;
    border-bottom: #ccc dashed 1px;
}

.industryList li:last-child {
    border-bottom: none;
}

.industryList li:nth-child(even) .industryListThumb {
    float: right;
}

.industryList li:nth-child(even) .industryListInfo {
    float: left;
}

.industryListThumb {
    float: left;
    width: 400px;
}

.industryListThumb img {
    width: 100%;
}

.industryListInfo {
    float: right;
    width: calc(100% - 424px);
    position: relative;
}

.industryListInfo h3 {
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0 20px;
}

.industryListInfo p {
    font-size: 16px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.industryListMore {
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}

.industryListMore:hover {
    color: #F65D00;
}

@media screen and (max-width: 1024px) {
    .industryListThumb {
        width: 320px;
    }
    .industryListInfo {
        width: calc(100% - 350px);
    }
    .industryListInfo h3 {
        padding: 5px 0 15px;
    }
    .industryListInfo p {
        font-size: 14px;
    }
    .industryListMore {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {
    .industryListThumb {
        width: 200px;
    }
    .industryListInfo {
        width: calc(100% - 220px);
    }
    .industryListInfo h3 {
        padding: 0 0 10px;
        font-size: 18px;
    }
    .industryListInfo p {
        -webkit-line-clamp: 4;
    }
    .industryListMore {
        font-size: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 460px) {
    .industryList {
        padding-top: 5px;
    }
    .industryList li {
        padding: 25px 0;
    }
    .industryListThumb {
        width: 145px;
    }
    .industryListInfo {
        width: calc(100% - 160px);
    }
    .industryListInfo h3 {
        padding: 0 0 7px;
    }
    .industryListInfo p {
        line-height: 1.6;
        -webkit-line-clamp: 3;
    }
}

/* 产品中心 */

.productList {
    max-width: 1245px;
    margin: 0 auto;
    padding: 20px 0;
}

.productList li {
    float: left;
    width: 29%;
    margin: 2.15%;
}

.productListThumb {
    width: 100%;
    padding-bottom: 75%;
    height: 0;
    position: relative;
    overflow: hidden;
    border: #fff solid 3px;
}

.productList li img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .5s;
}

.productListThumb:hover {
    border-color: #F65D00;
    transition: all .5s;
}

.productListThumb:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.productList h3 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productList h3:hover {
    color: #F65D00;
}

.productDetailHead {
    margin-top: 45px;
    overflow: hidden;
}

.productDetailThumb {
    float: left;
    width: 600px;
    position: relative;
}

.productDetailThumbImg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.productDetailThumbImg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.productDetailThumbList {
    width: 580px;
    margin: 0;
    position: absolute;
    left: 100%;
    bottom: 0;
    margin-left: 20px;
    padding: 0 30px;
}

.productDetailThumbList .swiper-slide {
    font-size: 0;
    border: #eee solid 2px;
}

.productDetailThumbList .swiper-slide .itemPic {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.productDetailThumbList .swiper-slide.active {
    border-color: #F65D00;
}

.productDetailThumbList .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.productDetailThumbList .swiper-button-next {
    width: 20px;
    background: #eee url(../images/iconthumbright.png) no-repeat center;
    right: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.productDetailThumbList .swiper-button-prev {
    -webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform:rotate(180deg);
    width: 20px;
    background: #eee url(../images/iconthumbright.png) no-repeat center;
    left: 0;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.productDetailInfo {
    margin-left: 620px;
    border-bottom: #ddd solid 1px;
    padding-bottom: 20px;
}

.productDetailTitle {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 15px;
}

.productDetailIntro {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.productDetailClassify {
    font-size: 16px;
    padding: 10px 0;
}

.productDetailClassify dt {
    float: left;
    line-height: 30px;
}

.productDetailClassify dd a {
    display: inline-block;
    border: #666 solid 1px;
    line-height: 28px;
    padding: 0 8px;
    margin-right: 8px;
}

.productDetailClassify dd a:hover {
    color: #F65D00;
    border-color: #F65D00;
}

.productDetailTips {
    background: #f6f6f6;
    border: #e9e9e9 solid 1px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.productDetailTips span {
    display: inline-block;
    line-height: 37px;
    border-bottom: #F65D00 solid 2px;
    font-size: 16px;
    color: #F65D00;
    padding: 0 15px;
}

.productDetailContent {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.productDetailContent img {
    max-width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .productDetailThumb {
        width: 50%;
    }
    .productDetailThumbList {
        width: calc(100% - 20px);
    }
    .productDetailInfo {
        margin-left: calc(50% + 20px);
        border: none;
    }
}

@media screen and (max-width: 1024px) {
    .productDetailTitle {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .productDetailIntro {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .productDetailClassify {
        font-size: 14px;
        padding: 8px 0;
    }
    .productDetailClassify dt {
        line-height: 26px;
    }
    .productDetailClassify dd a {
        line-height: 24px;
    }
}

@media screen and (max-width: 768px) {
    .productDetailHead {
        margin-top: 20px;
    }
    .productDetailThumb {
        width: 100%;
        float: none;
    }
    .productDetailThumbList {
        position: relative;
        left: 0;
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .productDetailInfo {
        margin-left: 0;
        margin-top: 20px;
    }
    .productDetailTips {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .productDetailContent {
        margin: 0 15px;
    }
}

@media screen and (max-width: 460px) {
    .productList li {
        width: 44%;
        margin: 3%;
    }
    .productList h3 {
        font-size: 14px;
    }
}

/* 技术服务 */

.serviceClassify {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.serviceClassifyTitle {
    font-size: 24px;
    margin-bottom: 10px;
}

.serviceClassifyTitle a {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    border: #666 solid 1px;
    border-radius: 4px;
    padding: 0 15px;
}

.serviceClassifyIntro {
    margin-bottom: 30px;
}

.serviceList {
    margin-left: -2%;
}

.serviceList li {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.serviceListThumb {
    position: relative;
    height: 0;
    padding-top: 75%;
}

.serviceList li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.serviceList li h3 {
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    border-bottom: #ccc dashed 1px;
    margin-bottom: 8px;
}

.serviceList li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.serviceDownload{
    padding: 50px 0;
}
.downloadList{
    border-top: #eee solid 1px;
}
.downloadList li{
    overflow: hidden;
    padding: 15px;
    padding-left: 40px;
    border-bottom: #eee solid 1px;
    background: url(../images/iconfile.png) no-repeat 10px center;
    background-color: #fefefe;
}
.downloadList li:nth-child(odd){
    background-color: #f8f8f8;
}
.downloadList li:hover{
    background-color: #e4e1e1;
    transition: all 0.2s;
}
.downloadList li .itemTitle{
    float: left;
    line-height: 30px;
}
.downloadList li .itemButton{
    float: right;
    border: none;
    border: #F65D00 solid 1px;
    color: #F65D00;
    background: none;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;;
    border-radius: 4px;
}
.downloadList li .itemButton:hover{
    background: #F65D00;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .serviceList {
        margin-left: 0;
    }
    .serviceList li {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 6%;
    }
    .serviceList li:nth-child(odd) {
        margin-left: 0;
    }
    .serviceList li h3 {
        font-size: 14px;
    }
    .serviceList li p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
        line-height: 16px;
        height: 32px;
    }
    .serviceClassifyTitle {
        font-size: 18px;
    }
    .serviceClassifyTitle a {
        line-height: 26px;
    }
}

/* 关于我们 */

.aboutPic {
    background: #eee;
    padding: 80px 0;
    margin: 50px 0 30px;
}

.aboutPic .itemPic {
    position: relative;
    height: 0;
    padding-top: 75%;
}

.aboutPic .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* .aboutPic .swiper-button-prev {
    left: auto;
    right: 103%;
}

.aboutPic .swiper-button-next {
    left: 103%;
} */

.honorList {
    margin-right: -8%;
    padding-top: 4%;
}

.honorList li {
    float: left;
    width: 20%;
    margin-right: 4.2%;
    margin-bottom: 4.2%;
    padding: 12px;
    background: #eee;
}

.honorThumb img {
    width: 100%;
}

.honorTitle {
    text-align: center;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
    .aboutPic {
        padding: 50px 0;
    }
    .honorList {
        margin-right: -6%;
    }
    .honorList li {
        width: 45%;
        margin-right: 4%;
    }
}

/* 联系我们 */

.contactBox {
    border: #999 solid 4px;
    padding: 50px;
    position: relative;
    height: 500px;
    margin: 80px 0 60px;
}

.contactCompany {
    font-size: 24px;
    margin-bottom: 30px;
}

.contactContent {
    width: 370px;
    font-size: 16px;
    line-height: 2;
}

#contactMap {
    width: 660px;
    height: 480px;
    position: absolute;
    top: 5px;
    right: 20px;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 12px;
}

@media screen and (max-width: 1200px) {
    #contactMap {
        width: calc(100% - 450px)
    }
}

@media screen and (max-width: 768px) {
    .contactBox {
        height: auto;
        padding: 0;
        border: none;
        margin: 40px 0;
    }
    #contactMap {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 30px;
        box-shadow: none;
        height: 350px;
    }
}

@media screen and (max-width: 460px) {
    .contactCompany {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .contactContent {
        font-size: 14px;
    }
}

/* 新闻资讯 */

.newsList {
    padding: 20px 0;
}

.newsList li {
    padding: 20px;
    position: relative;
    transition: all .5s;
    background: #f4f4f4;
    margin: 30px 0;
}

.newsList li::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #F65D00;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .8s;
    z-index: 0;
}

.newsList .itemTitle {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.newsList .itemInfo {
    color: #666;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.newsList .itemIntro {
    position: relative;
    z-index: 1;
    transition: all .5s;
}

.newsList li:hover .itemTitle {
    color: #fff;
}

.newsList li:hover .itemInfo {
    color: rgb(202, 189, 189);
}

.newsList li:hover .itemIntro {
    color: rgb(236, 228, 228);
}

.newsList li:hover::after {
    width: 100%;
}

.swiper-button-prev::after{display: none;}
.swiper-button-next::after{display: none;}

div:focus{
	outline:none;
}

.aboutPic .swiper-button-prev::after{display: block;}
.aboutPic .swiper-button-next::after{display: block;}